Follow this guide and learn how to set document Metadata when saving output document after files comparison within your Java applications....Watermark Product Solution GroupDocs.Metadata Product...Set document metadata on save Set document metadata on save Leave...
Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop Metadata associated with a PSD image. For more information on the Photoshop file format and Metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/.
The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image.
Load a PSD file Get the root Metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...
This article explains how to add Metadata signatures to PDF document meta info layer with GroupDocs.Signature...Watermark Product Solution GroupDocs.Metadata Product...Electronic Signature Types / Metadata signatures / ✍️ eSign PDF...
Learn how to extract, diff, and export document Metadata across revisions using GroupDocs.Metadata for Java....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...
id: esign-pdf-with-Metadata-signature url: signature/net/esign-pdf-with-Metadata-signature title: Electronic Signature PDF with Metadata signature linkTitle: Electronic Signature PDF weight: 2 description: “This article explains how to add Metadata signatures to PDF document meta info layer with GroupDocs.Signature” keywords: Pdf Metadata, Pdf Metadata signatures productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Pdf documents Metadata changing in C# description: Update Metadata of pdf document with C# language by GroupDocs.Signature for ....Metadata Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Access, read, update, and remove IPTC IIM Metadata using GroupDocs.Metadata for Python via .NET....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Python...
Clone Metadata from the source or target document, or supply custom author/company Metadata to the result file using SaveOptions.CloneMetadataType in GroupDocs.Comparison for .NET....Watermark Product Solution GroupDocs.Metadata Product...Set document metadata on save Set document metadata on save Leave...
To extract Metadata from EPUB e-books GetMetadata method is used...Watermark Product Solution GroupDocs.Metadata Product.../ Extract metadata from EPUB eBook Extract metadata from EPUB...
Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers.
The following are the steps to read the header of an AVI file.
Load an AVI video Get the root Metadata package Extract the native Metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties
using (MetadataMetadata = new Metadata(Constants.InputAvi)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...
This article shows how to add Metadata signatures to the image exif Metadata layer with various data types...Watermark Product Solution GroupDocs.Metadata Product...document with Metadata signature / ✎ Image Metadata eSign Image...